📄 ️ APPEND TO LIST
APPEND TO LIST ( liste ; libelléElément ; réfElément {; sous_Liste ; déployée} )
📄️ CLEAR LIST
CLEAR LIST ( liste {; *} )
📄️ Copy list
Copy list ( liste ) -> Résultat
📄️ Count list items
Count list items ( { ;} liste {; } ) -> Résultat
📄️ DELETE FROM LIST
DELETE FROM LIST ( { ;} liste ; réfElément | {; *} )
📄️ Find in list
Find in list ( { ;} liste ; valeur ; portée {; tabEléments {; }} ) -> Résultat
📄️ GET LIST ITEM
GET LIST ITEM ( { ;} liste ; positionElém | ; réfElément ; libelléElément {; sous_Liste ; déployée} )
📄️ Get list item font
Get list item font ( { ;} liste ; refElément | ) -> Résultat
📄️ GET LIST ITEM ICON
GET LIST ITEM ICON ( { ;} liste ; refElément | ; icône )
📄️ GET LIST ITEM PARAMETER
GET LIST ITEM PARAMETER ( { ;} liste ; refElément | ; sélecteur ; valeur )
📄️ GET LIST ITEM PARAMETER ARRAYS
GET LIST ITEM PARAMETER ARRAYS ( { ;} liste ; refElément | ; tabSélecteurs {; tabValeurs} )
📄️ GET LIST ITEM PROPERTIES
GET LIST ITEM PROPERTIES ( { ;} liste ; refElément | ; saisissable {; style {; icône {; couleur}}} )
📄️ GET LIST PROPERTIES
GET LIST PROPERTIES ( liste ; apparence {; icône {; hauteurLigne {; doubleClic {; multiSélection {; modifiable}}}}} )
📄️ INSERT IN LIST
INSERT IN LIST ( { ;} liste ; avantElément | ; libelléElément ; réfElément {; sous_Liste ; déployée} )
📄️ Is a list
Is a list ( liste ) -> Résultat
📄️ List item parent
List item parent ( { ;} liste ; refElément | ) -> Résultat
📄️ List item position
List item position ( { ;} liste ; réfElément* ) -> Résultat
📄️ LIST OF CHOICE LISTS
LIST OF CHOICE LISTS ( tabNums ; tabNoms )
📄️ Load list
Load list ( nomListe ) -> Résultat
📄️ New list
New list -> Résultat
📄️ SAVE LIST
SAVE LIST ( liste ; nomListe )
📄️ SELECT LIST ITEMS BY POSITION
SELECT LIST ITEMS BY POSITION ( { ;} liste ; positionElém {; tabPositions*} )
📄️ SELECT LIST ITEMS BY REFERENCE
SELECT LIST ITEMS BY REFERENCE ( liste ; réfElément {; tabRéfs} )
📄️ Selected list items
Selected list items ( { ;} liste {; tabEléments {; }} ) -> Résultat
📄️ SET LIST ITEM
SET LIST ITEM ( { ;} liste ; refElément | ; libelléElément ; nouvelRéf {; sous_Liste ; déployée} )
📄️ SET LIST ITEM FONT
SET LIST ITEM FONT ( { ;} liste ; refElément | ; police )
📄️ SET LIST ITEM ICON
SET LIST ITEM ICON ( { ;} liste ; réfElément | ; icône )
📄️ SET LIST ITEM PARAMETER
SET LIST ITEM PARAMETER ( { ;} liste ; refElément | ; sélecteur ; valeur )
📄️ SET LIST ITEM PROPERTIES
SET LIST ITEM PROPERTIES ( { ;} liste ; refElément | ; saisissable ; style {; icône {; couleur}} )
📄️ SET LIST PROPERTIES
SET LIST PROPERTIES ( liste ; apparence {; icône {; hauteurLigne {; doubleClic {; multiSélection {; modifiable}}}}} )
📄️ SORT LIST
SORT LIST ( liste {; > ou <} )